Re-exports
pub use ::redis as redis_rs;
Modules
Structs
- A pseudo iterator used to know which middleware should be called next. This is created by the Chain type.
- A wrapper type for making the redis crate compatible with namespacing.
- A
bb8::ManageConnection
forredis::Client::get_async_connection
wrapped in a helper type for namespacing. - Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.
Enums
Traits
Functions
- Helper function for enqueueing a worker into sidekiq. This can be used to enqueue a job for a ruby sidekiq worker to process.
- Helper function for enqueueing a worker into sidekiq. This can be used to enqueue a job for a ruby sidekiq worker to process.